﻿2026-07-29T08:43:37.9904570Z ##[group]Run actions/checkout@v5
2026-07-29T08:43:37.9905536Z with:
2026-07-29T08:43:37.9906052Z   fetch-depth: 0
2026-07-29T08:43:37.9906642Z   repository: BigscreenVR/spt-bs-core
2026-07-29T08:43:37.9912303Z   token: ***
2026-07-29T08:43:37.9912835Z   ssh-strict: true
2026-07-29T08:43:37.9913395Z   ssh-user: git
2026-07-29T08:43:37.9913926Z   persist-credentials: true
2026-07-29T08:43:37.9914530Z   clean: true
2026-07-29T08:43:37.9915071Z   sparse-checkout-cone-mode: true
2026-07-29T08:43:37.9915732Z   fetch-tags: false
2026-07-29T08:43:37.9916329Z   show-progress: true
2026-07-29T08:43:37.9916863Z   lfs: false
2026-07-29T08:43:37.9917361Z   submodules: false
2026-07-29T08:43:37.9917918Z   set-safe-directory: true
2026-07-29T08:43:37.9918549Z   allow-unsafe-pr-checkout: false
2026-07-29T08:43:37.9920476Z ##[endgroup]
2026-07-29T08:43:38.2396213Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-29T08:43:38.2398528Z ##[group]Getting Git version info
2026-07-29T08:43:38.2400020Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-29T08:43:38.2835044Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-29T08:43:38.3103718Z git version 2.43.0.windows.1
2026-07-29T08:43:38.3134239Z ##[endgroup]
2026-07-29T08:43:38.3151503Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\c10c9eeb-dafb-4ae9-8173-5abb7ee4e3f0\.gitconfig'
2026-07-29T08:43:38.3167042Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\c10c9eeb-dafb-4ae9-8173-5abb7ee4e3f0' before making global git config changes
2026-07-29T08:43:38.3169706Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T08:43:38.3174967Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-29T08:43:38.3474109Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-29T08:43:38.4554582Z https://github.com/BigscreenVR/spt-bs-core
2026-07-29T08:43:38.4582651Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-29T08:43:38.4587419Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-29T08:43:38.4827290Z refs/heads/main
2026-07-29T08:43:38.4852438Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-07-29T08:43:38.5445231Z HEAD is now at 9d7af019 Merge pull request #117 from BigscreenVR/fix/ring-perch-adoption
2026-07-29T08:43:38.7206480Z ##[endgroup]
2026-07-29T08:43:38.7208765Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-29T08:43:39.4724553Z ##[group]Cleaning the repository
2026-07-29T08:43:39.4729029Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-29T08:43:49.4439063Z Removing .adapter-notify/
2026-07-29T08:43:49.4439636Z Removing target/
2026-07-29T08:43:49.4476081Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-29T08:43:49.5189188Z HEAD is now at 9d7af019 Merge pull request #117 from BigscreenVR/fix/ring-perch-adoption
2026-07-29T08:43:49.5226107Z ##[endgroup]
2026-07-29T08:43:49.5230278Z ##[group]Disabling automatic garbage collection
2026-07-29T08:43:49.5235087Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-29T08:43:49.5497304Z ##[endgroup]
2026-07-29T08:43:49.5497771Z ##[group]Setting up auth
2026-07-29T08:43:49.5504152Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-29T08:43:49.5762031Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-29T08:43:50.0906215Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T08:43:50.1204812Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-29T08:43:50.6226990Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T08:43:50.6479491Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-29T08:43:51.2304026Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-29T08:43:51.2682411Z ##[endgroup]
2026-07-29T08:43:51.2683072Z ##[group]Fetching the repository
2026-07-29T08:43:51.2691471Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-07-29T08:43:53.0818056Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-29T08:43:53.0818661Z    9d7af019..ffc7e9ea  main       -> origin/main
2026-07-29T08:43:53.0958392Z [command]"C:\Program Files\Git\cmd\git.exe" branch --list --remote origin/main
2026-07-29T08:43:53.1434250Z   origin/main
2026-07-29T08:43:53.1458538Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse refs/remotes/origin/main
2026-07-29T08:43:53.1676524Z ffc7e9ea4427ff56f02edd6816b814cea5874dfe
2026-07-29T08:43:53.1695112Z ##[endgroup]
2026-07-29T08:43:53.1695548Z ##[group]Determining the checkout info
2026-07-29T08:43:53.1695948Z ##[endgroup]
2026-07-29T08:43:53.1700391Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-29T08:43:53.1978399Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-29T08:43:53.2211304Z ##[group]Checking out the ref
2026-07-29T08:43:53.2215600Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-07-29T08:43:53.3148764Z branch 'main' set up to track 'origin/main'.
2026-07-29T08:43:53.3149183Z Your branch is up to date with 'origin/main'.
2026-07-29T08:43:53.3149578Z Previous HEAD position was 9d7af019 Merge pull request #117 from BigscreenVR/fix/ring-perch-adoption
2026-07-29T08:43:53.3149936Z Switched to and reset branch 'main'
2026-07-29T08:43:53.3172626Z ##[endgroup]
2026-07-29T08:43:53.3433115Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-29T08:43:53.3661150Z ffc7e9ea4427ff56f02edd6816b814cea5874dfe
